From: incogshift Date: Fri, 3 Oct 2025 23:36:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~27 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=77f12b72fcda3f52f384cc1c8c213132b8e86309;p=git-annex.git --- diff --git a/doc/forum/annex.largefiles_doesn__39__t_work_for_git_add.mdwn b/doc/forum/annex.largefiles_doesn__39__t_work_for_git_add.mdwn new file mode 100644 index 0000000000..b357fcf5a7 --- /dev/null +++ b/doc/forum/annex.largefiles_doesn__39__t_work_for_git_add.mdwn @@ -0,0 +1,14 @@ +I set up annex.largefiles in my global .gitattributes config. But git add doesn't add the defined large files to annex. But git annex works with large files and small as intended. + +My config is the one below: + +* annex.largefiles=nothing +*.pdf annex.largefiles=anything +*.mp4 annex.largefiles=anything +*.mp3 annex.largefiles=anything +*.mkv annex.largefiles=anything +*.odt annex.largefiles=anything +*.wav annex.largefiles=anything +*.DOC annex.largefiles=anything +*.pptx annex.largefiles=anything +*.docx annex.largefiles=anything